home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 010a / go40.zip / GO.CFG < prev    next >
Text File  |  1991-08-04  |  594b  |  26 lines

  1. ; Sample GO.CFG file for use with GO 4.0 (C) Richard Larkin.
  2. ; See documentation for more details on how to use this file.
  3.  
  4. ; Set the file view "window" to display up to the file ":S"ize.
  5. ; "Zoom" to turn window on at start up.
  6. @@ WINDOW:S ZOOM
  7.  
  8.  
  9. ; Key definitions.
  10.  
  11. ; Set up <Alt-V> to view files.
  12. <V> #TYPE
  13.  
  14. ; Set up <Alt-R> to run program and pause before returning to GO.
  15. <R> #
  16.  
  17. ; Set up <Alt-E> to run program and return to GO.
  18. <E>
  19.  
  20.  
  21. ; Default actions.
  22.  
  23. ; Set up default extension to use TYPE.
  24. ; This will cause <Enter> in "File Screen" to display file.
  25. *   #TYPE
  26.